|
Eclipse JDT Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchDocument | |
org.eclipse.jdt.core.search | Provides support for searching the workspace Java elements that match a particular description. |
Uses of SearchDocument in org.eclipse.jdt.core.search |
Methods in org.eclipse.jdt.core.search that return SearchDocument | |
abstract SearchDocument |
SearchParticipant.getDocument(String documentPath)
Bind a document path to an actual document. |
Methods in org.eclipse.jdt.core.search with parameters of type SearchDocument | |
static void |
SearchParticipant.addIndexEntry(char[] category,
char[] key,
SearchDocument document,
String indexPath)
|
abstract void |
SearchParticipant.indexDocument(SearchDocument document,
String indexPath)
Index the given document. |
abstract void |
SearchParticipant.locateMatches(SearchDocument[] indexMatches,
SearchPattern pattern,
IJavaSearchScope scope,
SearchRequestor requestor,
IProgressMonitor monitor)
Locate the matches in the given documents and report them using the search requestor. |
void |
SearchParticipant.scheduleDocumentIndexing(SearchDocument document,
String containerPath,
String indexPath)
Schedules the indexing of the given document. |
|
Eclipse JDT Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |